home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000212_jgriess@caramail.com_Sun Jun 17 14:21:53 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  41 lines

  1. Article: 12532 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsxfer.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!grolier!club-internet!not-for-mail
  3. From: "Jean-Luc" <jgriess@caramail.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: must write a soft including Kermit binary file send
  6. Date: Sun, 17 Jun 2001 11:02:03 +0200
  7. Organization: Club-Internet (France)
  8. Lines: 22
  9. Message-ID: <9ghrnm$m59$1@front1m.grolier.fr>
  10. NNTP-Posting-Host: nas31-79.wnt.club-internet.fr
  11. X-Trace: front1m.grolier.fr 992768566 22697 213.44.190.79 (17 Jun 2001 09:02:46 GMT)
  12. NNTP-Posting-Date: 17 Jun 2001 09:02:46 GMT
  13. X-Priority: 3
  14. X-MSMail-Priority: Normal
  15. X-Newsreader: Microsoft Outlook Express 5.00.2615.200
  16. X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12532
  18.  
  19. Hello,
  20.  
  21. Must implement a software sending binary file
  22. to a Kermit receiver waiting with "kermit ri"
  23.  
  24. Search for hints how the encoding is made.
  25.  
  26. Traced the communication:
  27.  
  28. -start negotiation ? ( includes file name )
  29. -information is sended packet wise
  30.  
  31. - low ASCII codes are encoded  in two bytes, #, code+0x40
  32. - there is a mechanism for compacting repetitive bytes .
  33. -how is the ACK , NACK response mde ?
  34.  
  35. Thanks for any hints
  36.  
  37.  
  38. jean-luc
  39.  
  40.  
  41.